The followings will be used for your course project and assignments.
- Where are we?
- Something more about JavaScript
- Fundamental concepts for HTML and CSS - box model, displaying, grouping, positioning, overlapping
- How to group, hide/show, change type? - div/span, display
- How to change color?
- How to transit to another web page/application?
- How to capture an event? - JavaScript: 3 types of registration of events
- How to position an element? How to move an element? - position, margin, JS: timers
- How to pop up an element? - z-index
- How to dim a certain area? - opacity
- How to disable events over a certain area?
- How to close a popup box?
- How to read user inputs? How to automatically fill in an input field? How to hide user typing? - inputs
- How to send data to a server side script? - form, get/post
- Where are we?